import { Config, VARIANT } from './config'; import { Spec } from '../../spec'; import { Theming } from '../../../../theming'; export * from './config'; export declare const defaultConfig: (t: Theming.Theme) => Config; export declare const spec: Spec; //# sourceMappingURL=external.d.ts.map