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