/// export type StyledProps = { /** * current element id * @defaultValue "" * @optional * @type string */ id?: React.HtmlHTMLAttributes["id"]; /** * text of title * @defaultValue '' */ titleText: string; /** * text of body * @defaultValue '' */ bodyText: string; }; declare const StyledComponent: import("@emotion/styled").StyledComponent, {}, {}>; export default StyledComponent; //# sourceMappingURL=Styled.d.ts.map