import * as React from 'react';
export declare function useFieldDescription(params: useFieldDescription.Parameters): {
    getDescriptionProps: (externalProps?: {}) => import("../../utils/types.js").WithBaseUIEvent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
};
export declare namespace useFieldDescription {
    interface Parameters {
        id: string | undefined;
    }
}
