import type { IconProps, IconComponent } from "../../types";
interface RsbuildProps extends IconProps {
    type?: "icon";
}
export declare const Rsbuild: IconComponent<RsbuildProps>;
export default Rsbuild;
