export declare function Placeholder({ title, color1, color2, }: { title?: string; color1?: string; color2?: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Placeholder.d.ts.map