import React from 'react'; export declare function LanguageSwitcherWithPanelExample({ onChange, customActionButtons, showCustomActionButtons, ...rest }: { onChange?: Function; customActionButtons?: Array; showCustomActionButtons?: boolean; }): React.JSX.Element; //# sourceMappingURL=LanguageSwitcherExample.d.ts.map