import { Flag } from './flag'; export declare const registerFlag: (prefix?: string) => void; export { Flag as VwcFlagElement };