/// import type { Size } from '../../types'; declare const comingSoon: (width?: Size, height?: Size) => JSX.Element; export default comingSoon; //# sourceMappingURL=comingSoon.d.ts.map