interface Props {
    class?: string;
    size?: number | string;
}
declare const PlaceholderIcon: import("svelte").Component<Props, {}, "">;
type PlaceholderIcon = ReturnType<typeof PlaceholderIcon>;
export default PlaceholderIcon;
//# sourceMappingURL=PlaceholderIcon.svelte.d.ts.map