import type { SimpleProp } from './helpers/factory'; export type LowProp = SimpleProp<'low', number>; export declare const lowProp: import("./helpers/factory").PropDefinition;