import type { TextProps } from './text'; export declare function Text(props: TextProps): JSX.Element; export default Text;