export * from '@digdir/designsystemet-web'; export * from '@u-elements/u-combobox'; export * from '@u-elements/u-details'; export { version } from '../package.json'; export * from './analytics/analytics'; export * from './app/app-observer'; export * from './law/law-helper'; export declare const styles: { alert: string; app: string; sticky: string; avatar: string; badge: string; breadcrumbs: string; button: string; card: string; group: string; chip: string; details: string; dialog: string; divider: string; errorsummary: string; field: string; suggestion: string; affixes: string; fieldset: string; fileupload: string; helptext: string; input: string; law: string; grid: string; flex: string; link: string; logo: string; pagination: string; popover: string; print: string; progress: string; skeleton: string; spinner: string; steps: string; table: string; tabs: string; tag: string; toast: string; togglegroup: string; heading: string; ingress: string; muted: string; info: string; prose: string; validation: string; body: string; }; export * from './toast/toast-helper'; export type Size = "sm" | "md" | "lg"; export type HeadingSize = "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl";