import { FC, Ref } from '@dineug/r-html'; export type HideSignProps = { root: Ref; }; declare const HideSign: FC; export default HideSign;