import { IListComponent } from '../types/table';
export declare const List: ({ formatListHeaderPriority, ...props }: IListComponent) => JSX.Element;
