import { LitElement } from 'lit'; export declare const IconArray: string[]; export type Icon = 'archive' | 'requireFilled' | 'accountFilled' | 'addFilled' | 'account' | 'add' | 'administration' | 'arrow-left' | 'arrow-right' | 'bell' | 'bell-notify' | 'cases' | 'dark-mode' | 'documents' | 'events' | 'favorite' | 'help' | 'home' | 'leave' | 'light-mode' | 'manuals' | 'overviews' | 'planning' | 'reports' | 'roles' | 'search' | 'settings' | 'structure' | 'tasks' | 'templates' | 'users' | 'close' | 'curve-arrow' | 'administrator' | 'delegate' | 'download' | 'assume' | 'calculator' | 'check' | 'chevron-down' | 'handover' | 'flag' | 'filter' | 'favorite-add' | 'note' | 'more' | 'minus' | 'succes' | 'time' | 'trash' | 'pen' | 'unlike' | 'user' | 'puzzle' | 'informative' | 'save' | 'warning' | 'help-1' | 'accomplish' | 'add-document' | 'add-note' | 'checkbox-empty' | 'expand' | 'duplicate' | 'history' | 'instruction' | 'radio-empty' | 'print' | 'zoom-in' | 'view' | 'reading' | 'reload' | 'logs' | 'flow' | 'csv' | 'contat' | 'columns' | 'hamburger' | 'beginning' | 'signal' | 'variable' | 'up' | 'upload' | 'revision' | 'typing' | 'tasksFilled' | 'overviewsFilled' | 'homeFilled' | 'favoriteFilled' | 'flagFilled' | 'dark-modeFilled' | 'bellFilled' | 'administrationFilled' | 'administratorFilled' | 'casesFilled' | 'manualsFilled' | 'reportsFilled' | 'structureFilled' | 'usersFilled' | 'userFilled' | 'settingsFilled' | 'lightModeFilled' | 'leaveFilled' | 'searchFilled' | 'checkboxFilled' | 'checkFilled' | 'chevronDownFilled' | 'chevronUpFilled' | 'chevronRightFilled' | 'chevronLeftFilled' | 'logsFilled' | 'radioFilled' | 'historyFilled' | 'reguiredFilled' | 'sortFilled' | 'variableFilled' | 'dangerFilled' | 'eventsFilled' | 'helpFilled' | 'rolesFilled' | 'clean' | 'dms' | 'cog' | 'email' | 'files' | 'chevron' | 'hand' | 'hide' | 'hierarchy' | 'import' | 'index' | 'infinity' | 'infinity-2' | 'reset' | 'rest' | 'sleep' | 'sorting' | 'totake' | 'totakedelegate' | 'shredding' | 'show' | 'share' | 'table' | 'url' | 'schema' | 'stats' | 'zoomout' | 'book' | 'authentication' | 'apphealth' | 'certificate' | 'console' | 'folder' | 'hragenda' | 'script' | 'sequence' | 'serviceoperation' | 'archiveFilled' | 'templatesFilled' | 'planningFilled' | 'approval' | 'certificate1' | 'change' | 'chevrondown' | 'cursor' | 'copylink' | 'column' | 'documentsFilled' | 'filterFilled' | 'filteroff' | 'hr' | 'image' | 'outoftime' | 'newsFilled' | 'morevertical' | 'spinner' | 'userFilled1' | 'tasksii' | 'rowlarge' | 'rowmedium' | 'rowmall' | 'touchid' | 'acces' | 'agenda' | 'annoncement' | 'e-mail2' | 'export' | 'faceid' | 'deviceregister' | 'lock' | 'outoftime2' | 'news' | 'qr' | 'unlock' | 'zastupovany' | 'csvFilled' | 'qrFilled' | 'knowledgeFilled' | 'hragendaFilled' | 'deviceregisterFilled' | 'agregation' | 'code' | 'flowii' | 'cursor-1' | 'drag' | 'link' | 'lang' | 'pinFilled' | 'pin' | 'play' | 'return' | 'sorting-1' | 'switch' | 'test' | 'stop' | 'zoom' | 'wrapitup' | 'web' | 'aiFilter' | 'magic' | 'sparkle' | 'send'; export declare class LitIcon extends LitElement { icon?: Icon; size?: string; isActive?: Boolean; aiIcon?: Boolean; disabled?: boolean; private notRotateIcon; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'lit-icon': LitIcon; } }