export declare const checkboxesStyleMap: (state: boolean) => {
    width: string;
    height: string;
    margin: string;
    'background-image': string;
    'background-size': string;
    appearance: string;
};
export declare const helpersCss: import("lit").CSSResult;
//# sourceMappingURL=helpers.css.d.ts.map