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