interface DrawerRootStylesParams { position: 'bottom' | 'left' | 'right' | 'top'; } declare const _default: (params: DrawerRootStylesParams, options?: import("@asuikit/styles").UseStylesOptions) => { classes: { header: string; content: string; inner: string; }; cx: (...args: any) => string; theme: import("@asuikit/styles").MantineTheme; }; export default _default; //# sourceMappingURL=DrawerRoot.styles.d.ts.map