import type { ConstitutionalDocumentProps } from './types';
declare function ConstitutionalDocumentUpload({ id, legalEntityType, ...props }: ConstitutionalDocumentProps): import("preact").JSX.Element;
export declare const MemoizedConstitutionalDocument: typeof ConstitutionalDocumentUpload;
export {};
