export declare const Props: {
    readonly route: StringConstructor;
    readonly title: StringConstructor;
    readonly prohibit: BooleanConstructor;
    readonly link: StringConstructor;
};
