import { IBtnStyleProps } from '../IButton'; import { IDictionary } from '@goodgamestudios/webshop-utils'; interface H { hover?: IBtnStyleProps; normal?: IBtnStyleProps; active?: IBtnStyleProps; disabled?: IBtnStyleProps; } export declare const innerConfig: IDictionary; export {};