import * as React from 'react'; export declare function usePopoverClose(params: usePopoverDescription.Parameters): usePopoverDescription.ReturnValue; declare namespace usePopoverDescription { interface Parameters { onClose: () => void; } interface ReturnValue { getCloseProps: (externalProps?: React.ComponentPropsWithoutRef<'button'>) => React.ComponentPropsWithoutRef<'button'>; } } export {};