import { FC } from 'react';
declare const Display: FC<{
    text: any;
    hide?: boolean;
}>;
export default Display;
