type Props = { primaryColor: string; secondaryColor: string; }; export declare const SidePanelImage: (props: Props) => import("solid-js").JSX.Element; export default SidePanelImage; //# sourceMappingURL=SidepanelImage.d.ts.map