import { DrawerProps } from './Drawer.types'; export declare const sizeStyle: (size: DrawerProps["size"], direction: DrawerProps["direction"]) => string; export declare const directionStyle: { left: string; right: string; top: string; bottom: string; }; export declare const openStyle: { left: string; right: string; top: string; bottom: string; };