import { ThemeType } from "./type"; export declare function computeTheme(customTheme: ThemeType | undefined): ThemeType; export declare const createSpacingStyles: (props: any, theme: any) => any; export declare const createDirectionalStyles: (key: string, value: any, type?: string) => { [x: string]: any; }; export declare const getThemeProperty: (theme: any, value: any, fallback: any) => any; export declare const createBorderRadiusStyles: (props: any, theme: any) => any; export declare const addFlexStyles: (props: any) => any; export declare const createBorderWidthStyles: (props: any) => any; export declare const createBorderColorStyles: (props: any, theme: any) => any; export declare const createStyle: (key: string, value: any, type: string) => { [x: string]: any; }; export declare const addPropToComputedStyle: (props: any, computedStyle: any, styleProperty: string, atomicProperty: string, type: string) => any;