type Props = {
    class?: string;
};
declare const TestimonialPlaceholder: import("svelte").Component<Props, {}, "">;
type TestimonialPlaceholder = ReturnType<typeof TestimonialPlaceholder>;
export default TestimonialPlaceholder;
