interface Props { text: string; hide: boolean; } export declare const ErrorMessage: ({ text, hide }: Props) => import("preact").JSX.Element | null; export {};