import { type SkeletonProps } from 'primevue/skeleton'; type SbSkeletonProps = { shape?: 'circle' | 'rectangle'; size?: string; width?: string; height?: string; borderRadius?: string; animation?: 'wave' | 'none'; pt?: SkeletonProps['pt']; }; declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { pt: object | import("primevue/skeleton").SkeletonPassThroughOptions; height: string; width: string; animation: "wave" | "none"; shape: "circle" | "rectangle"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;