import React from 'react';
export interface BedtimeProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const Bedtime: React.FC<BedtimeProps>;
//# sourceMappingURL=Bedtime.native.d.ts.map