type $$ComponentProps = {
    style?: string;
    Class?: string;
    iconSize?: number;
    strokeWidth?: number;
    iconClass?: string;
    title?: (dark: boolean) => string;
};
declare const FlipButton: import("svelte").Component<$$ComponentProps, {}, "">;
type FlipButton = ReturnType<typeof FlipButton>;
export default FlipButton;
