import { IListRowPriority } from '../types/table';
export declare const ListRowPriority: (props: IListRowPriority) => JSX.Element;
