import { DrawerProps } from './types'; export declare function styleDrawer(props: DrawerProps): { main: string[]; dialog: string[]; backdrop: string[]; close: string[]; wrapper: string; floating: string; };