import { ReactNode } from 'react';
declare function StandardPopover(props: {
    ariaLabel?: string;
    content: ReactNode;
    header: ReactNode;
    id?: string;
    maxWidth?: string;
}): import("react/jsx-runtime").JSX.Element | null;
export { StandardPopover };
