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