import React from 'react'; export declare type DrawerPlaceholderProps = React.HTMLAttributes; export declare function DefaultPlaceholder(props: DrawerPlaceholderProps): JSX.Element;