/// <reference types="react" />
import { BaseProps } from '../utils/Utils';
import type { InvokeType } from '../utils/ResultModel';
interface Props extends BaseProps {
    maxSelectedMediaCount?: number;
    isVideoOnly?: boolean;
    from: InvokeType;
}
export declare const MediaLibraryPage: {
    (props: Props): JSX.Element;
    navigationItem: {
        hideNavigationBar: boolean;
    };
};
export {};
