import { type CardPlaceholderProps as Props } from './index';
declare const CardPlaceholder: import("svelte").Component<Props, {}, "">;
type CardPlaceholder = ReturnType<typeof CardPlaceholder>;
export default CardPlaceholder;
