import { CSetter } from '@chamn/engine'; type CustomSetterProps = { a?: string; }; export declare const CustomSetter: CSetter; export {};