/// type PatchNameProps = { id: number; }; export declare function PatchName({ id }: PatchNameProps): JSX.Element; export {};