import React from "react"; /** @deprecated Use icons from icons-v2-generated instead. */ export interface LinuxIconProps extends React.SVGProps { } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function LinuxIcon({ className, color, ...props }: LinuxIconProps): React.JSX.Element; //# sourceMappingURL=linux-icon.d.ts.map