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