import { ILayoutMediaContext, LayoutContextType, MediaPickerStorageProviderContext } from "../models"; export declare class LayoutMediaContext implements ILayoutMediaContext { default: MediaPickerStorageProviderContext; getContextByType: (type: new () => LayoutContextType) => MediaPickerStorageProviderContext; }