import * as React from 'react';
type Props = {
    text: string;
};
declare const _default: React.NamedExoticComponent<Props>;
export default _default;
