type ShadowStyleProps = { size?: "xs" | "sm" | "md" | "lg" | "xl"; color?: string; }; export declare const useShadowStyle: (props?: ShadowStyleProps | undefined) => { defaultShadow: { shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; }; }; export declare const useDisabledStyles: (props?: unknown) => { text: { opacity: number; color: string | undefined; }; button: { opacity: number; backgroundColor: string | undefined; }; }; export {}; //# sourceMappingURL=default-styles.d.ts.map