export type { TinyLineConfig } from './line'; export type { TinyAreaConfig } from './area'; export type { TinyColumnConfig } from './column'; export type { TinyProgressConfig } from './progress'; export type { TinyRingConfig } from './ring'; export declare const Tiny: { readonly Line: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Area: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Column: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Progress: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; readonly Ring: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; };