export type StyledMeta = {
  __linaria: {
    className: string;
    extends: StyledMeta;
  };
};
