interface IChipsElementProps { theme: any; } export declare const ChipsElement: import("styled-components").StyledComponent<"div", any, IChipsElementProps, never>; export declare const ChipsLabel: import("styled-components").StyledComponent<"div", any, {}, never>; export {};