import { PopoverProps } from './popover.types';
import { default as React } from 'react';

export declare function PopoverDemo({ trigger, content, triggerProps, contentProps, }: PopoverProps): React.JSX.Element;
//# sourceMappingURL=popover.d.ts.map