import React from 'react'; interface Props { hidden?: boolean; } export declare const HideableElement: React.FC; export {};