import { colorIndex } from '../constants/colors/colors.types'; export declare const getColor: (colorIndex: colorIndex) => import("../constants/colors/colors.types").colorType; export declare const overrideColorConfig: import("styled-system").styleFn; export declare const numberInputChecking: (string: string, { min, max }: { min?: number; max?: number; }) => { parsedValue: number; formattedValue: string; }; export declare const formatTimeDigit: (time: number) => string | number; export declare const isImageMimeType: (fileType: string) => boolean;