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