export type ISelectPalette = Record; type IStrct = 'YES' | 'STRICT_COLOR' | 'NO'; declare const makeConfig: (config: T["0"] extends "YES" ? Record : Record; light: T["3"] extends string ? Record : Record; }> : T["0"] extends "STRICT_COLOR" ? Record & Partial> : Record & Partial>; light: T["3"] extends string ? Record & Partial> : Record & Partial>; }> : Record> : Partial>; light: T["3"] extends string ? Partial> : Partial>; }>) => T["0"] extends "YES" ? Record : Record; light: T["3"] extends string ? Record : Record; }> : T["0"] extends "STRICT_COLOR" ? Record & Partial> : Record & Partial>; light: T["3"] extends string ? Record & Partial> : Record & Partial>; }> : Record> : Partial>; light: T["3"] extends string ? Partial> : Partial>; }>; export type IConfig = ReturnType>; declare const _default: { makeConfig: (config: T["0"] extends "YES" ? Record : Record; light: T["3"] extends string ? Record : Record; }> : T["0"] extends "STRICT_COLOR" ? Record & Partial> : Record & Partial>; light: T["3"] extends string ? Record & Partial> : Record & Partial>; }> : Record> : Partial>; light: T["3"] extends string ? Partial> : Partial>; }>) => T["0"] extends "YES" ? Record : Record; light: T["3"] extends string ? Record : Record; }> : T["0"] extends "STRICT_COLOR" ? Record & Partial> : Record & Partial>; light: T["3"] extends string ? Record & Partial> : Record & Partial>; }> : Record> : Partial>; light: T["3"] extends string ? Partial> : Partial>; }>; generateVuetifyPalette: (config: Record : Record; light: T["2"] extends string ? Record : Record; }>) => Record<`${T["0"]}-dark` | `${T["0"]}-light`, { colors: T["2"] extends string ? Record : Record; dark: boolean; }>; take: (config: Record : Record; light: T["2"] extends string ? Record : Record; }>, entryOptions: Partial>) => { config: Record : Record; light: T["2"] extends string ? Record : Record; }>; names: string[]; }; makeCssAsString: (config: Record : Record; light: T["2"] extends string ? Record : Record; }>) => Promise<{ variables: { css: string; cssFileName: string; name: string; }[]; light: { css: string; cssFileName: string; name: string; }[]; dark: { css: string; cssFileName: string; name: string; }[]; tailwind: { css: string; cssFileName: string; name: string; }; }>; }; export default _default;