import { Hide } from './types.js'; import 'styled-components'; declare const hide: (isNot?: boolean) => Hide; export { hide as default };