import { FC } from 'react';
declare type HiddenProps = {
    hidden: boolean;
};
declare const Hidden: FC<HiddenProps>;
export default Hidden;
