export declare function removeLeadingZero(input: string): string; export declare const formatVariableKey: (str: any) => any; export declare const getMinWidth: (element: any, maxWidth: any) => number; export declare const isInViewport: (element: any) => boolean;