/// import Text from './Text'; declare const Typography: { Text: import("react").FC; }; export { Text }; export default Typography;