export declare const createButton: (label: string, callback: () => void, cssVariables: Record) => HTMLButtonElement;