export function useProps(props: Record) { const stateProps = {}; const primitiveProps = {}; return; }