import type { FC, Ref } from 'react'; interface DrawerOverlayProps { ref?: Ref; } export declare const DrawerOverlay: FC; export {};