import { type StyledProps } from "./Styled"; /** * moaui Styled Typography Group * * @param props - titleText, bodyText * @example * * @returns JSX.Element */ declare const TypographyGroup: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default TypographyGroup; export { type StyledProps as TypographyGroupProps, SampleProps as TypographyGroupSample, }; //# sourceMappingURL=index.d.ts.map