/** Build the SVG `transform` attribute for icon rotate/flip. Pure; no icon deps. */ export declare function buildSvgTransform(rotate?: 0 | 90 | 180 | 270, flip?: 'x' | 'y' | 'both'): string | undefined;