/// interface ShowAllDevicesButtonProps { onClick: () => void; visible: boolean; expanded: boolean; totalDeviceCount: number; } export declare function ShowAllDevicesButton({ onClick, visible, expanded, totalDeviceCount, }: ShowAllDevicesButtonProps): JSX.Element | null; export {};