import React from "react";
import { StylesProps } from "./Styles.types";
declare const Styles: React.FC<StylesProps>;
export default Styles;
