/// import { type AwardProps } from './common'; type AwardNameProps = AwardProps; export declare function AwardName(props: AwardNameProps): JSX.Element; export {};