/// <reference types="react" />
declare const MotorIcon: ({ small }: {
    small?: boolean;
}) => JSX.Element;
export default MotorIcon;
