import * as React from 'react'; export declare const DeclarationIcon: ({ isArchive, isValidatedOnReview, ...props }: React.HTMLAttributes & { isArchive?: boolean | undefined; isValidatedOnReview?: boolean | undefined; }) => React.JSX.Element; //# sourceMappingURL=DeclarationIcon.d.ts.map