export type AwardsBlockProps = Readonly<{ className?: string; editorsChoice?: string; downloadsCount?: React.ReactNode; }>; export declare const AwardsBlock: ({ className, editorsChoice, downloadsCount, ...rest }: AwardsBlockProps) => import("react").JSX.Element; //# sourceMappingURL=AwardsBlock.d.ts.map