import { Accessibility } from '../../types'; /** * @description * Basic behavior for static table - a static tabular structure containing one or more rows that each contain one or more cells; it is not an interactive widget * @specification * Adds role='table'. * Applies 'tableRowBehavior' for 'row' child component. */ export declare const tableBehavior: Accessibility; export declare type TableBehaviorProps = never;