import { BorderRadius } from '../../theme/border/interface'; export declare type Variant = 'dark' | 'light'; export interface SkeletonProps { variant?: Variant; borderRadius?: BorderRadius; }