import { TypographyProps } from './type'; declare const Typography: { ({ children, fontSize, ...props }: TypographyProps): import("react/jsx-runtime").JSX.Element; defaultProps: { variant: string; weight: string; }; }; export default Typography; //# sourceMappingURL=index.d.ts.map