/// import type IconType from '../IconType'; declare const StandardBanner: ({ color, ...rest }: IconType) => JSX.Element; export default StandardBanner;