import { default as React } from 'react'; import { BoxContainerA11y } from './types'; type BoxContainerDomA11y = React.AriaAttributes & Pick, 'role' | 'tabIndex'>; export declare const normalizeBoxContainerA11y: (a11y?: BoxContainerA11y, ariaLabelOverride?: string) => BoxContainerDomA11y; export {};