import type { Appearance } from '../../types';
export declare const useAppearance: () => [Appearance, (appearance: Appearance) => void];
