export interface LabelWithSubtitleProps { label: string; subtitle: string; style?: React.CSSProperties; } declare const LabelWithSubtitle: (props: LabelWithSubtitleProps) => import("react/jsx-runtime").JSX.Element; export default LabelWithSubtitle;