import React from "react"; import { IconBaseProps } from "../IconBase"; export type AwsS3IconProps = Omit; declare const AwsS3Icon: React.FC; export default AwsS3Icon; //# sourceMappingURL=AwsS3Icon.d.ts.map