import React from 'react'; export interface IProps { text: string; hidden: boolean; hideSelf: () => any; revealSelf: () => any; } declare const _default: React.FunctionComponent; export default _default;