import type { JssOptions } from "jss"; /** Subset of jss-preset-default with only the plugins the Sonnat components are using. */ declare const jssPreset: () => Pick; export default jssPreset;