import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const CssStyleIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link CssStyleIcon} instead.
 */
export declare const CssStyle: typeof CssStyleIcon;
export default CssStyleIcon;
