import { PopoverProps } from '.';
export declare const requiredProps: PopoverProps;
export declare const testkitTests: {
    title: string;
    props: PopoverProps;
}[];
export declare const ssrTests: {
    title: string;
    props: PopoverProps;
}[];
export declare const a11yTests: {
    title: string;
    props: PopoverProps;
}[];
//# sourceMappingURL=Popover.meta.d.ts.map