export declare type AddStoreButtonProps = { entityId: string; }; export declare function AddStoreButton({ entityId }: AddStoreButtonProps): JSX.Element;