import { PopoverProps } from './interfaces';
export { PopoverProps };
export default function Popover({ position, size, fixedWidth, triggerType, dismissButton, dismissAriaLabel, children, header, content, ...restProps }: PopoverProps): JSX.Element;
