import type { Components, JSX } from "../types/components"; interface SnkFilterPeriod extends Components.SnkFilterPeriod, HTMLElement {} export const SnkFilterPeriod: { prototype: SnkFilterPeriod; new (): SnkFilterPeriod; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;