import { FunctionComponent } from 'preact';
import { ITypographyProps } from '../../types';
declare const Text: FunctionComponent<ITypographyProps>;
export default Text;
//# sourceMappingURL=Text.d.ts.map