import * as React from "react"; import { IconProps } from '../lib'; declare const Seat: (props: IconProps) => React.JSX.Element; export default Seat; //# sourceMappingURL=Seat.d.ts.map