import { UntrusiveOptions } from "./types"; export declare const generateCss: (wrapperId: string, { bgColor, barColor, height }: UntrusiveOptions) => string;