import type { PropsWithoutRef, Ref } from 'react'; import type { RequireAtLeastOne, WithAttributes } from '../../types'; import type { DialogHandleValue } from '../Dialog'; export type AdditionalInfoProps = WithAttributes<'div', RequireAtLeastOne<{ heading?: string; children: string | JSX.Element; /** Used for the accessible button label, if not provided heading is used */ contextualLabel?: string; dialogHandle?: Ref; }, 'heading' | 'contextualLabel'>>; export declare const StyledAdditionalInfo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default _default; //# sourceMappingURL=AdditionalInfo.d.ts.map