import { TagProps, fn } from '@declaration';
export declare const Comps: fn.Tables.CompsMethods;
export declare const Table: fn.Tables.Methods;
export declare const DefaultCellStyles: (type: fn.Tables.Types, tone: fn.Tables.Tones) => TagProps.Params;
export declare const DefaultCellSystemStyles: (args: {
    top: boolean;
    bottom: boolean;
    left: boolean;
    right: boolean;
}) => TagProps.Params;
