import { Theme } from '@sprinklrjs/spaceweb-themes/types'; import { Size } from '../types'; export declare const getComponentTheme: (theme: Theme, componentName: string) => any; export declare const getComponentSizeTheme: (theme: Theme, componentName: string, size: Size | undefined, defaultSize: Size) => any; export declare const getDefaultSize: (theme: Theme) => 'md' | 'xxxs';