import { MantineTheme } from '../../../../MantineProvider'; interface GetThemeStylesOptions { theme: MantineTheme; themeName: string[]; props: Record; stylesCtx: Record | undefined; selector: string; } export declare function getThemeStyles({ theme, themeName, props, stylesCtx, selector, }: GetThemeStylesOptions): any; export {};