import { CLBorderRadius } from '../../../index.ts'; export interface CLSkeletonProps { /** The border radius size. The property can be one of `CLBorderRadius`, e.g. `CLBorderRadius.Medium`. */ borderRadius?: CLBorderRadius; /** Sets the height of the Skeleton, it's default value is `100%`. */ height?: string; /** When set to `false` it will not render with rounded corners. */ rounded?: boolean; /** Sets a custom ID used for unit tests. */ testId?: string; /** Sets the width of the Skeleton, it's default value is `100%`. */ width?: string; } declare const _default: import('vue').DefineComponent & Readonly<{}>, { rounded: boolean; testId: string; width: string; height: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;