import { CreateReviewProps } from './CreateReview.types'; /** * CreateReview Component * * Complete review creation form with content type selection, file/text input, and filters. * Supports both extension and webapp platforms with different UI behaviors. * * @example * ```tsx * // Web app platform * 0} * dataTestId="create-review" * /> * * // Extension platform * * ``` */ export declare const CreateReview: React.FC; export default CreateReview; //# sourceMappingURL=CreateReview.d.ts.map