import type { Config, ConfigSchema, Props, StyleValue } from "./types.js";
export default function sva<T extends ConfigSchema>(config?: Config<T>): (props?: Props<T>) => StyleValue;
//# sourceMappingURL=index.d.ts.map