import { ContentPlaceholderRows } from '../../types'; export interface ContentPlaceholderProps { /** * An array of lines describing a series of cell sizes and margin sizes. */ rows?: ContentPlaceholderRows; /** * The size of the background gradient with the elapsing effect. */ size?: string; } declare const __VLS_export: import('../../../node_modules/vue').DefineComponent & Readonly<{}>, { size: string; rows: ContentPlaceholderRows; }, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;