import { IconKey } from '@jet-pie/theme/variations/skip'; export declare function useIconSelectKnob(defaultValue: IconKey, selectTitle?: string): { options: string[]; IconComponent: any; };