import { ComponentTheme } from '../interfaces/style.interfaces'; export declare const getThemeColors: (theme?: string) => ComponentTheme;