import type { WMEVariants } from '../../../theme';
declare const TypographyDetails: ({ variant }: {
    variant: WMEVariants;
}) => JSX.Element;
export default TypographyDetails;
//# sourceMappingURL=typography-details.d.ts.map