/// interface Props { count: number; } export declare function AssetCount(props: Props): JSX.Element; export {};