/**
* The type of inline delete that is shown.
* @internal
*/
export declareenumSkyInlineDeleteType{
/**
* The standard styling for inline deletes.
*/
Standard = "standard",
/**
* The styling for inline delete components which are used in card components.
*/
Card = "card"
}