import { type StateProp } from '@innet/dom'; export type ActionProp = (value: V) => void; export declare function actionProp(state?: StateProp, action?: ActionProp): ActionProp | undefined;