import type { GlobalStore } from './store';
export declare function Corners(props: GlobalStore['darkMode']): null;
