import { default as React } from 'react'; import * as PopoverPrimitive from '@radix-ui/react-popover'; export type CloseProps = Omit, 'asChild' | 'children'> & ({ children: React.ReactElement; } | { ['aria-label']: string; children?: never; }); export declare const Close: React.ForwardRefExoticComponent>;