import { TextProps } from './types'; export declare const getHeadlineFontSize: ({ size }: TextProps) => "24px" | "20px" | "16px"; export declare const getSubtitleFontSize: ({ size }: TextProps) => "16px" | "14px" | "12px"; export declare const getBodyTextFontSize: ({ size }: TextProps) => "16px" | "14px" | "12px";