interface AppCustomAttributesProps { onChange: (value: Record) => void; } export declare function AppCustomAttributes(_props: AppCustomAttributesProps): null; export {};