import { BaseProps } from '@toptal/picasso-shared'; import { DrawerProps } from '../Drawer'; export interface Props extends BaseProps, Pick { } export declare const DrawerTitle: { ({ title }: Props): JSX.Element | null; displayName: string; }; export default DrawerTitle;