import * as React from 'react'; export declare function usePopoverDescription(params: usePopoverDescription.Parameters): usePopoverDescription.ReturnValue; declare namespace usePopoverDescription { interface Parameters { descriptionId: string | undefined; setDescriptionId: React.Dispatch>; } interface ReturnValue { getDescriptionProps: (externalProps?: React.ComponentPropsWithoutRef<'p'>) => React.ComponentPropsWithoutRef<'p'>; } } export {};