import { MantineTheme } from '../../theme';
declare type HeadingElement = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
interface TitleStyles {
    theme: MantineTheme;
    element: HeadingElement;
}
declare const _default: (args?: TitleStyles, classNames?: Partial<Record<"title", string>>, name?: string) => Record<"title", string>;
export default _default;
//# sourceMappingURL=Title.styles.d.ts.map