import { Styles } from 'react-jss';
import { MantineTheme } from './types';
export declare function createMemoStyles<C extends string = string, Props = unknown>(styles: Styles<C, Props, MantineTheme>): (args?: Props, classNames?: Partial<Record<C, string>>, name?: string) => Record<C, string>;
//# sourceMappingURL=create-memo-styles.d.ts.map