import { h } from 'preact'; const Icon = (props: preact.JSX.HTMLAttributes) => ( // @ts-ignore - TS bug https://github.com/microsoft/TypeScript/issues/16019 ); export const ToggleBackgroundIcon = (props: preact.JSX.HTMLAttributes) => ( ); export const ToggleBackgroundActiveIcon = ( props: preact.JSX.HTMLAttributes, ) => ( ); export const RotateIcon = (props: preact.JSX.HTMLAttributes) => ( ); export const AddIcon = (props: preact.JSX.HTMLAttributes) => ( ); export const RemoveIcon = (props: preact.JSX.HTMLAttributes) => ( ); export const UncheckedIcon = (props: preact.JSX.HTMLAttributes) => ( ); export const CheckedIcon = (props: preact.JSX.HTMLAttributes) => ( ); export const ExpandIcon = (props: preact.JSX.HTMLAttributes) => ( ); export const Arrow = () => ( ); export const DownloadIcon = () => ( ); export const CLIIcon = () => ( ); export const SwapIcon = () => ( );