/** * Get background image elevation * @param elevation */ export declare const getBackgroundImageElevation: (elevation: number) => string; export default getBackgroundImageElevation;