/** * Prefixes any CSS Class or ID with the configured prefix. */ export declare function prefixCss(cssClassOrId: string): string;