import { Theme } from '../common';
export declare const addButton: (theme: Theme) => string;
export declare const controlMargin: string;
export declare const styledTableRow: (theme: Theme) => string;
export declare const celled: (theme: Theme) => string;
export declare const tableRowWithDelete: string;
export declare const tableRowFull: string;
export declare const tableRowAuto: string;
export declare const tableRowFlex: string;
export declare const tableHeader: string;
