import { type Prop } from './helpers/factory'; export type CountProp = Prop<'count', number | string, number>; export declare const countProp: import("./helpers/factory").PropDefinition;