import { z } from 'zod'; import { bugProps } from '@tscircuit/props'; /** * @deprecated This function is deprecated and will be removed in a future version. * Please use the updated version or an alternative function. */ declare function useBug(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 { useBug };