import type { BaseProps, ExtendedSizedComponent } from '../../type/component';
interface Props extends BaseProps, ExtendedSizedComponent {
}
declare const AvatarPlaceholder: import("svelte").Component<Props, {}, "">;
type AvatarPlaceholder = ReturnType<typeof AvatarPlaceholder>;
export default AvatarPlaceholder;
//# sourceMappingURL=AvatarPlaceholder.svelte.d.ts.map