import type { TCommonComponentConfig } from 'autoprops'; import type { TAnyObject } from 'tsfn'; export declare const mutateHandlers: (props: Readonly, prefix: string, componentConfig: TCommonComponentConfig) => void;