export interface ConfigurationContextType {
    iconsType?: 'font' | 'svg';
}
export declare const ConfigurationContext: import("react").Context<ConfigurationContextType>;
