import { Children } from "@alloy-js/core"; export interface ParametersProps { parameters?: Record; } /** * Render a set of parameters for a method or constructor * * @param props - Takes record of parameter name to type */ export declare function Parameters(props: ParametersProps): () => (string | import("@alloy-js/core").CustomContext | Children[] | undefined)[]; //# sourceMappingURL=Parameters.d.ts.map