import type { SimpleProp } from './helpers/factory';
export type NameProp = SimpleProp<'name', string>;
export declare const nameProp: import("./helpers/factory").PropDefinition<string, NameProp>;
