export type PageDashboardCountProps = {
    title: string;
    linkText?: string;
    to?: string;
    count: number;
};
export declare function PageDashboardCount(props: PageDashboardCountProps): import("react/jsx-runtime").JSX.Element;
