import { InPropsOf, PropsOf } from "@suid/types"; export default function useProps(options: { props: PropsOf; propDefaults?: (data: { set: (props: Omit, "children">) => InPropsOf; inProps: PropsOf; }) => InPropsOf; }): InPropsOf; //# sourceMappingURL=useProps.d.ts.map