type Props = { title: string; entityId: string; iconName?: string; clear?: boolean; square?: boolean; }; declare const SensorCard: ({ title, entityId, iconName, clear, square, }: Props) => import("react/jsx-runtime").JSX.Element; export default SensorCard;