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