export type { StyledComponent, StyledComponentWithRef } from './styled/create'; export type { StyledDecorator } from './styled/decorator'; export type { StyledElement, StyledElementProps } from './styled/predefined'; export type { StyledElementLike } from './styled/apply-class-name'; export type { ForwardStyleProps, StyledForwardStyle } from './styled/forward-style'; export { default as useStyle } from './styled/use-glitz'; export { default as useTheme } from './styled/use-theme'; export { applyClassName } from './styled/apply-class-name'; export { forwardStyle } from './styled/forward-style'; export declare const styled: import("./styled/custom").Styled & import("./styled/predefined").StyledElementFunctions & import("./styled/predefined").StyledElementComponents;