export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>; interface QuestionMarkProps { active?: boolean; } export declare const QuestionMark: import("styled-components").StyledComponent<"div", any, QuestionMarkProps, never>; interface HintProps { width?: string; active?: boolean; } export declare const Hint: import("styled-components").StyledComponent<"div", any, HintProps, never>; export {};