import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgBabyChangingStation: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgBabyChangingStation; //# sourceMappingURL=BabyChangingStation.d.ts.map