@voiceiq/web-components
Version:
VoiceIQ Web Component library
14 lines (13 loc) • 758 B
TypeScript
/// <reference types="react" />
export { Variant as TypographyVariant } from './Typography.types';
declare const _default: {
H1: import("react").FC<import("./Typography.types").TypographyProps>;
H2: import("react").FC<import("./Typography.types").TypographyProps>;
H3: import("react").FC<import("./Typography.types").TypographyProps>;
H4: import("react").FC<import("./Typography.types").TypographyProps>;
H5: import("react").FC<import("./Typography.types").TypographyProps>;
H6: import("react").FC<import("./Typography.types").TypographyProps>;
P1: import("react").FC<import("./Typography.types").TypographyProps>;
P2: import("react").FC<import("./Typography.types").TypographyProps>;
};
export default _default;