export { default } from './BlankSlate';

export type {
  BlankSlateProps,
  BlankSlateChildrenProps,
} from './BlankSlate';
