export type DividerProps = { width?: string; class?: string; }; export declare const Divider: import("@builder.io/qwik").Component;