import * as React from "react"; export interface Props { children?: React.ReactNode; size?: string; color?: string; } declare const Back: React.SFC>; export default Back;