export namespace contentOutlines {
    let shadow: string;
    let border: string;
    let none: string;
}
export namespace skins {
    let neutral: string;
    let gradient: string;
    let custom: string;
}
export namespace dataHooks {
    let contentArea: string;
}
//# sourceMappingURL=constants.d.ts.map