/// import { IconProps } from '../../types'; declare const Garage: (allProps: IconProps) => JSX.Element; export default Garage;