import { Theme } from '../styles'; import { DrawerClassProps } from './Drawer.type'; export declare const createSwipe: (anchor: "left" | "right" | "top" | "bottom" | undefined) => any; export declare const root: (theme: Theme) => any; export declare const mask: (theme: Theme) => any; export declare const styles: (theme: Theme) => Record;