import React from "react"; export declare type CaPopoverProps = { children: React.ReactNode; content: React.ReactNode; }; declare function CaPopover({ children, content }: CaPopoverProps): JSX.Element; export default CaPopover;