interface Props { content: string; hide: boolean; } export declare function Banner({ content, hide }: Props): import("preact").JSX.Element | null; export {};