import { FunctionalComponent } from "../../stencil-public-runtime"; interface SuccessProps { text: string; } declare const Success: FunctionalComponent; export default Success;