import { ModuleStyleProps } from './module.interfaces'; export declare const StyledModule: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ModuleStyleProps, never>; export declare const Title: import("styled-components").StyledComponent<"h3", import("styled-components").DefaultTheme, {}, never>;