import { Component } from "solid-js"; interface IProps { color?: string; class?: string; } export declare const PrevIcon: Component; export {};