interface ModalRootStylesParams { yOffset: number | string; xOffset: number | string; centered: boolean; fullScreen: boolean; } declare const _default: (params: ModalRootStylesParams, options?: import("@asuikit/styles").UseStylesOptions) => { classes: { content: string; inner: string; }; cx: (...args: any) => string; theme: import("@asuikit/styles").MantineTheme; }; export default _default; //# sourceMappingURL=ModalRoot.styles.d.ts.map