import { FC, PropsWithChildren } from "react"; interface Props { title?: string; color?: string; innerText?: boolean; } export declare const defaultSuccessColor = "#00B785"; export declare const Success: FC>; export {};