import React from 'react';
export interface VLibrasSettingsProps {
    showQuickSettings?: boolean;
    position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
    onSettingsChange?: (settings: any) => void;
    className?: string;
}
export declare const VLibrasSettings: React.FC<VLibrasSettingsProps>;
//# sourceMappingURL=VLibrasSettings.d.ts.map