import { CssStyleSheet } from 'nehan';
export declare function create(args: {
    selector?: string;
    spacingSize?: number;
    margin?: string;
    normalize?: (markup: string) => string;
    attachDOM?: (dom: HTMLElement) => void;
    detachDOM?: (dom: HTMLElement) => void;
}): CssStyleSheet;
