import { ErrorOptions } from './index'; declare const _default: ({ size, color }: ErrorOptions) => string; export default _default;