import { FunctionalComponent } from "../../stencil-public-runtime"; export declare type FAQViewProps = { callbacks: { back: () => void; }; }; export declare const FAQView: FunctionalComponent;