import * as React from "react"; import type { LabelTypographyOwnProps, PolymorphicWithRef } from "../types"; declare type LabelTypographyProps = PolymorphicWithRef; declare type LabelTypographyElement = (props: LabelTypographyProps) => React.ReactElement>; declare const LabelTypography: LabelTypographyElement; export default LabelTypography; //# sourceMappingURL=LabelTypography.d.ts.map