import { StylesProps } from "./utils"; export default function splitBun(selector: string | NodeListOf, options?: { type?: "chars" | "words" | "lines"; onComplete?: () => any; wrapperClass?: string; innerClass?: string; wrapperStyle?: StylesProps; innerStyle?: StylesProps; }): void;