declare function dangerousStyleValue(name: string, value: unknown, isCustomProperty?: boolean): string;
export default dangerousStyleValue;
