import { default as React } from 'react';
interface CustomClockLayoutProps {
    className?: string;
}
export declare const CustomClockLayout: React.FC<CustomClockLayoutProps>;
export {};
