import type { ViewProps, ImageProps, TextProps } from 'react-native'; import type { IComponentStyleConfig, ITheme } from './types'; export declare const createStyle: (theme: T | ITheme, componentConfig?: Omit, BUILD_TIME_PARAMS?: any) => { theme: { variants: keyof Variants extends never ? {} : { [key in keyof Variants]: { [k in keyof Variants[key]]: any; }; }; }; componentConfig?: Omit, "componentName"> | undefined; }; //# sourceMappingURL=createStyle.d.ts.map