interface MOTDProps { title: string; message?: string; url?: string; brandFrom?: string; brandTo?: string; } export declare function MOTD({ ...args }: MOTDProps): import("react/jsx-runtime").JSX.Element; export {};