import type { StatsCompilation } from '@roots/bud-support/webpack'; interface Props { compact?: boolean; compilation?: StatsCompilation; displayEntrypoints?: boolean; } declare const Entrypoints: ({ compact, compilation, displayEntrypoints, }: Props) => import("@roots/bud-support/jsx-runtime").JSX.Element[] | null; export { Entrypoints as default };