import type { ComponentType } from 'react';
import type { PopoverProps } from '@mui/material';
interface PopoverStyledProps {
    customColor?: string;
}
type PopoverStyledPropsType = PopoverProps & PopoverStyledProps;
export declare const Popover: ComponentType<PopoverStyledPropsType>;
export {};
//# sourceMappingURL=Popover.styled.d.ts.map