export type SwirlSkeletonBoxBorderRadius = "s" | "sm" | "base" | "pill" | "none"; export declare class SwirlSkeletonBox { animated?: boolean; aspectRatio?: string; borderRadius?: SwirlSkeletonBoxBorderRadius; height?: string; width?: string; render(): any; }