import { default as React } from 'react'; import { ConfigItemType, StandardTableProps } from './StandardTable.models'; declare const StandardTable: >, FilterOption>(props: StandardTableProps) => React.JSX.Element; export default StandardTable; export declare const color: { red: string; gray: string; yellow: string; green: string; blue: string; }; export declare const backgroundColor: { red: string; gray: string; yellow: string; green: string; blue: string; };