import React from 'react'; import { IconProps } from '../lib'; declare function Bathtub({ weight, color, size, style, mirrored }: IconProps): React.JSX.Element; export default Bathtub; //# sourceMappingURL=Bathtub.d.ts.map