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