export type ContrastrastOptions = {
    fallbackOption: "dark" | "light";
    throwErrorOnUnhandled: boolean;
};
//# sourceMappingURL=contrastrastOptions.types.d.ts.map