import { StyleSheetProps, VariablesProps } from "./types.js"; import { VNode, h } from "preact"; export declare const node: { h: typeof h; Fragment: import("preact").FunctionComponent<{}>; StyleSheet({ href, media }: StyleSheetProps): VNode; Variables({ container, ...props }: VariablesProps): VNode; }; //# sourceMappingURL=index.d.ts.map