export declare namespace ionic {
    namespace constant {
        const forward = "forward";
        const back = "back";
    }
}
