import { TitleProps } from './types'; export declare const getFontSize: (title: keyof Omit) => any; export declare function getTitleTag(props: T): "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | undefined;