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