import { Children, Namekey } from "@alloy-js/core"; import { ModifierProps } from "./Modifiers.jsx"; export interface VariableProps extends ModifierProps { type: Children; name: string | Namekey; value?: Children; } export declare function Variable(props: VariableProps): Children; //# sourceMappingURL=Variable.d.ts.map