import Text from './text';
import { TextProps } from './text';
export declare type Props = TextProps;
export default Text;
