import { Children } from "@alloy-js/core/jsx-runtime"; export interface NamedArgumentListProps { args: Record; } /** * Collect a set of named arguments. Will pass to object as named arguments. * * @param args - of name to argument value */ export declare function NamedArgumentList(props: NamedArgumentListProps): Children; //# sourceMappingURL=NamedArgumentList.d.ts.map