import React from 'react'; import styled, { css } from 'styled-components'; import type { ComponentConfig, HTMLAnyAttributes } from './types'; export { styled, css }; export declare const _component: (componentConfig: ComponentConfig) => React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=styled-components.d.ts.map