import { hideVisually } from './helpers'; export * from './helpers'; export declare const createHelpers: () => { addValues: (first: string, second: string) => string; createRGBA: (color: string, alpha: number) => string; emCalc: (value: string | number) => string; hideVisually: typeof hideVisually; listReset: import("styled-components").FlattenSimpleInterpolation; remCalc: (value: string | number) => string; }; //# sourceMappingURL=index.d.ts.map