import { IconProps } from '../types'; declare function CompletionAppIcon({ width, height, className, 'data-testid': PAGE_NAME, }: IconProps): JSX.Element; export default CompletionAppIcon; //# sourceMappingURL=CompletionAppIcon.d.ts.map