import { CustomStylesProps } from '../types';
export declare const customStyles: ({ current, icons, colors, type }: CustomStylesProps) => any;
