import { PopoverProps } from './interfaces'; export { PopoverProps }; export default function Popover({ position, size, fixedWidth, triggerType, dismissButton, renderWithPortal, ...rest }: PopoverProps): JSX.Element; //# sourceMappingURL=index.d.ts.map