/// <reference types="react" />
export interface IconHardwareChipOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconHardwareChipOutline: React.FC<IconHardwareChipOutlineProps>;
