/// import CSS from 'csstype'; declare function LabelledText({ label, text, labelSize, textSize, style, textStyle, labelStyle }: { label: string; text: string; labelSize?: string; textSize?: string; style?: CSS.Properties; textStyle?: CSS.Properties; labelStyle?: CSS.Properties; }): JSX.Element; export default LabelledText;