interface IIconStyleProps {
    noShadow?: boolean;
}
export declare const SIcon: import("styled-components").StyledComponent<"div", any, IIconStyleProps, never>;
export declare const STitle: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const SDescription: import("styled-components").StyledComponent<"div", any, {}, never>;
export {};
//# sourceMappingURL=index.d.ts.map