import { BPlaceholderCardProps, BPlaceholderCardSlots } from '../../types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BPlaceholderCardSlots; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { size: import('../..').PlaceholderSize; variant: import('../..').ColorVariant | null; animation: import('../..').PlaceholderAnimation; footerVariant: import('../..').ColorVariant | null; headerVariant: import('../..').ColorVariant | null; noFooter: boolean; noHeader: boolean; imgPlacement: Extract; imgHeight: import('../../types/CommonTypes').Numberish; imgSrc: string; imgBlankColor: string; noButton: boolean; footerAnimation: import('../..').PlaceholderAnimation; footerSize: import('../..').PlaceholderSize; footerWidth: import('../../types/CommonTypes').Numberish; headerAnimation: import('../..').PlaceholderAnimation; headerSize: import('../..').PlaceholderSize; headerWidth: import('../../types/CommonTypes').Numberish; noImg: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };