import { CSSObject } from '@emotion/react'; export declare const noop: () => void; export declare const inlineSVG: (svg: string) => string; export declare const filterProps: >(props: T, propsToFilter: (keyof T)[]) => Object; export declare const manySelectors: (selectors: string[], css: CSSObject) => {}; export declare const ellipsis: () => CSSObject; export declare const visuallyHidden: () => CSSObject; //# sourceMappingURL=util.d.ts.map