interface Props { } export declare function Aide(props: Props): import("react/jsx-runtime").JSX.Element | null; export {};