declare module '@emotion/is-prop-valid' {
  export default function isPropValid(key: string): boolean;
}
