export declare const ComplexTableSvgPath: string;
export declare const SimpleTableSvgPath: string;
export declare const cxBackgroundGray: ((...args: any[]) => string) & {
    bind(nextValue?: string, ...args: any[]): ((...args: any[]) => string) & any;
};
export declare const cxBackgroundNeutral: ((...args: any[]) => string) & {
    bind(nextValue?: string, ...args: any[]): ((...args: any[]) => string) & any;
};
export declare const cxBackgroundGrayStrokeNeutralFill: ((...args: any[]) => string) & {
    bind(nextValue?: string, ...args: any[]): ((...args: any[]) => string) & any;
};
