export type CSSValueWithLength = number | string; export declare function buildCSSWithLength(property: string, value?: CSSValueWithLength): string | false;