export declare const p: (m?: string) => void; export declare const heading: (m?: string) => void; export declare const link: (m?: string) => string; export declare const RnBootstrapHeading: () => void; export declare const commandFormat: (m?: string, second?: string, examples?: string[]) => void; export declare const direction: (m?: string) => void; export declare const upperCamelCase: (str: string) => any;