import React from 'react'; import './index.scss'; type Props = { readonly onClose: () => void; readonly title: string; }; export declare function DrawerHeader({ onClose, title }: Props): React.JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map