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<React.SetStateAction<string | undefined>>;
    }
    interface ReturnValue {
        getDescriptionProps: (externalProps?: React.ComponentPropsWithoutRef<'p'>) => React.ComponentPropsWithoutRef<'p'>;
    }
}
export {};
