import { z } from 'zod'; import { bugProps } from '@tscircuit/props'; declare function useChip(name: string, props: Omit, "name" | "pinLabels"> & { pinLabels: { [pinNum in PN]: PL; }; }): React.ComponentType, "name" | "pinLabels"> & { [K in PL | `pin${PN}`]: string; }>> & { [K in PL | `pin${PN}`]: string; }; export { useChip };