import { FilterConfig, Shadow } from '../type'; declare const defaultFilter: FilterConfig; declare const filterMap: { blur: { code: string; symbol: string; }; brightness: { code: string; symbol: string; }; contrastRatio: { code: string; symbol: string; }; grayscale: { code: string; symbol: string; }; hue: { code: string; symbol: string; }; antiColor: { code: string; symbol: string; }; saturation: { code: string; symbol: string; }; brown: { code: string; symbol: string; }; shadow: (obj: Shadow) => string; }; export { defaultFilter, filterMap };