import type { placement, offset, dismiss, animate, className } from "../../../types/components/popover";
export interface PopoverStylesType {
    defaultProps?: {
        placement?: placement;
        offset?: offset;
        dismiss?: dismiss;
        animate?: animate;
        className?: className;
    };
    styles?: {
        base?: object;
    };
}
export declare const popover: PopoverStylesType;
export default popover;
//# sourceMappingURL=index.d.ts.map