export declare type Theme = {
    Table?: string;
    Header?: string;
    Footer?: string;
    Body?: string;
    BaseRow?: string;
    HeaderRow?: string;
    FooterRow?: string;
    Row?: string;
    BaseCell?: string;
    HeaderCell?: string;
    FooterCell?: string;
    Cell?: string;
};
