import { default as Component } from '../../components/icons/device/device-computer-line/device-computer-line.component.js'; /** * `dap-ds-icon-computer-line` * @summary An icon * @element dap-ds-icon-computer-line * @title - DeviceComputerLine * @group icon * @icontype device * * @attribute {number} size - (optional) The width and height in pixels * @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute * @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility * @attribute {boolean} focusable - (optional) If `true` the icon can receive focus * * @csspart base - The main icon container. */ declare const reactWrapper: import('@lit/react').ReactWebComponent; export default reactWrapper;