export namespace fileShape { export let content_type: import("prop-types").Validator; export let date: import("prop-types").Validator; export let display_name: import("prop-types").Validator; export let filename: import("prop-types").Validator; export let href: import("prop-types").Validator; export let id: import("prop-types").Validator>>; export { string as thumbnail_url }; export { string as preview_url }; export { bool as hidden_to_user }; export { string as lock_at }; export { string as unlock_at }; export { bool as locked_for_user }; export { bool as published }; } export namespace imageShape { export { string as thumbnail_url }; } export namespace mediaObjectShape { export let title: import("prop-types").Validator; export { string as embedded_iframe_url }; export { string as media_entry_id }; } export namespace fileOrMediaObjectShape { let content_type_1: import("prop-types").Validator; export { content_type_1 as content_type }; let date_1: import("prop-types").Validator; export { date_1 as date }; export { string as display_name }; export { string as filename }; export { string as href }; export { string as embedded_iframe_url }; let id_1: import("prop-types").Validator>>; export { id_1 as id }; export { string as thumbnail_url }; export { string as preview_url }; export { bool as hidden_to_user }; export { string as lock_at }; export { string as unlock_at }; export { bool as locked_for_user }; export { bool as published }; } export namespace documentQueryReturnShape { export let files: import("prop-types").Validator<(import("prop-types").InferProps<{ content_type: import("prop-types").Validator; date: import("prop-types").Validator; display_name: import("prop-types").Validator; filename: import("prop-types").Validator; href: import("prop-types").Validator; id: import("prop-types").Validator>>; thumbnail_url: import("prop-types").Requireable; preview_url: import("prop-types").Requireable; hidden_to_user: import("prop-types").Requireable; lock_at: import("prop-types").Requireable; unlock_at: import("prop-types").Requireable; locked_for_user: import("prop-types").Requireable; published: import("prop-types").Requireable; }> | null | undefined)[]>; export { string as bookmark }; export { bool as hasMore }; export { bool as isLoading }; export { string as error }; } export namespace imageQueryReturnShape { let files_1: import("prop-types").Validator<(import("prop-types").InferProps<{ thumbnail_url: import("prop-types").Requireable; content_type: import("prop-types").Validator; date: import("prop-types").Validator; display_name: import("prop-types").Validator; filename: import("prop-types").Validator; href: import("prop-types").Validator; id: import("prop-types").Validator>>; preview_url: import("prop-types").Requireable; hidden_to_user: import("prop-types").Requireable; lock_at: import("prop-types").Requireable; unlock_at: import("prop-types").Requireable; locked_for_user: import("prop-types").Requireable; published: import("prop-types").Requireable; }> | null | undefined)[]>; export { files_1 as files }; export { string as bookmark }; export { bool as hasMore }; export { bool as isLoading }; export { string as error }; } export namespace mediaQueryReturnShape { let files_2: import("prop-types").Validator<(import("prop-types").InferProps<{ title: import("prop-types").Validator; embedded_iframe_url: import("prop-types").Requireable; media_entry_id: import("prop-types").Requireable; thumbnail_url: import("prop-types").Requireable; content_type: import("prop-types").Validator; date: import("prop-types").Validator; display_name: import("prop-types").Validator; filename: import("prop-types").Validator; href: import("prop-types").Validator; id: import("prop-types").Validator>>; preview_url: import("prop-types").Requireable; hidden_to_user: import("prop-types").Requireable; lock_at: import("prop-types").Requireable; unlock_at: import("prop-types").Requireable; locked_for_user: import("prop-types").Requireable; published: import("prop-types").Requireable; }> | null | undefined)[]>; export { files_2 as files }; export { string as bookmark }; export { bool as hasMore }; export { bool as isLoading }; export { string as error }; } export function contentTrayDocumentShape(props: any, propName: any, componentName: any): Error | undefined; export namespace contentTrayDocumentShape { function isRequired(props: any, propName: any, componentName: any): Error | undefined; } import { string } from 'prop-types'; import { bool } from 'prop-types';