import { default as Quill } from 'quill';
export declare function getGridConfig(quill: Quill | null): any;
export declare function getBackgroundConfig(quill: Quill | null): false | object;
export declare function getResizeConfig(quill: Quill | null): boolean;
export declare function getAllConfigs(quill: Quill | null): {
    gridConfig: any;
    backgroundConfig: false | object;
    resizeConfig: boolean;
    deps?: any;
};
