import type { SimpleProp } from './helpers/factory';
export type ShowProp = SimpleProp<'show', boolean>;
export declare const showProp: import("./helpers/factory").PropDefinition<import("./helpers/factory").InternalPropValue<ShowProp>, ShowProp>;
